Soru & Cevap

nokta_dex file cannot exceed 64K. hatası

10.06.2016 - 03:54

Merhaba, uygulamayı "Generated Signed APK" ile apk yaptığımda sıkıntı çıkmıyordu fakat bugün apk yapması uzun sürdü ve bir süre sonra android studio kitlendi bende uygulamayı zorla kapatmak zorunda kaldım makinayı restart ettim şimdi tekrar apk yapmaya çalışıyorum fakat bu seferde 

 

Error:The number of method references in a .dex file cannot exceed 64K.
Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html

:app:transformClassesWithDexForRelease FAILED

Error:Execution failed for task ':app:transformClassesWithDexForRelease'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_91\bin\java.exe'' finished with non-zero exit value 2

 

hatasını veriyor ne yapmam lazım, teşekkürler

10 Görüntülenme

1 Cevap

Sitedeki sorulara cevap verebilmek için giriş yapın ya da üye olun.

Profile picture for user bbaysal
bbaysal
10.06.2016 - 04:30

Sorunu hallettim sizinle de paylaşayım;

build.gradle sayfasında alttaki satırları ekledim düzeldi

 

 dexOptions {
        incremental true
        javaMaxHeapSize "4g"
    }
 defaultConfig {
      
         multiDexEnabled true
    }

 

olcay
28.03.2017 - 07:45
hocam bunu hangi build gradle nın ıcıne ve hangı metodun ıcınde bulundurucaz soylermisin ?